✅ 1️⃣ Backup and Delete addin-db-004

Go to your simulator folder:

OpenSim/bin/

✔ Step 1 — Backup

Before deleting:

Right-click on addin-db-004

Copy it somewhere safe
OR

Rename it to:

addin-db-004_backup

✔ Step 2 — Delete

Now delete the folder:

addin-db-004

✅ 2️⃣ Add the 3 Files into the bin Folder

Take the 3 files you received.

Copy them.

Paste them directly into:

OpenSim/bin/


That’s it.

✅ 3️⃣ Edit OpenSim.ini

Inside the bin folder, open:

OpenSim.ini


Scroll all the way to the bottom of the file.

Add this exactly at the end:

[DisplayNameCaps]
;;PLEASE EDIT NOTHING IN THIS PART
ServiceBase = "http://services.osgrid.org/displayname"
HttpTimeoutMs = 5000
CacheTtlMinutes = 30
MaxConcurrentServiceCalls = 5
Verbose = false


Save the file.

✅ 4️⃣ Edit config-include/GridCommon.ini

Go to:

OpenSim/config-include/


Open:

GridCommon.ini


Find this section:

[Modules]


Inside that section, at the end of the module list, add:

SharedRegionModules = "DisplayNameCapsModule"


Make sure it is placed inside the [Modules] section, not outside it.

Save the file.

🎯 Done

✔ Folder removed
✔ 3 files added
✔ DisplayNameCaps section added
✔ Module registered

Everything is now properly configured.